[FC- 0049] feat: Features to enable import/export courses#172
Conversation
- Rename taxonomy._name to taxonomy._export_id - Refactor all code about taxonomy._name - Update resync object tags to update the taxonomy from _export_id - Update tag_object to allow create object_id with invalid tags and taxonomies
|
Thanks for the pull request, @ChrisChV! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
rpenido
left a comment
There was a problem hiding this comment.
Good work @ChrisChV ! 👍
- I tested this using the Testing Instructions from openedx/openedx-platform#34356
- I read through the code
-
I checked for accessibility issues - Includes documentation
|
Thanks @rpenido. I found an issue exporting tags that contains
Could you review that commit? @bradenmacdonald After that, it would be ready for your review. |
Done @ChrisChV! I tested it again and is working fine. |
bradenmacdonald
left a comment
There was a problem hiding this comment.
Looks good! Just one request about how we handle reserved characters.
|
@ChrisChV 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
Description
object_tag._nametoobject_tag._export_idtaxonomy._name_export_idtag_objectto allow createobject_idwith invalid tags and taxonomiesexport_id,. This character is used as separator on export tags, so causes issues. This separator will change to;, so we need to avoid to create tags with;.Support information
Testing instructions
export_idof the Language taxonomy. On django shell: